home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / oldping < prev    next >
Text File  |  2001-03-21  |  1KB  |  25 lines

  1. Synopsis:
  2.    load oldping
  3.  
  4. Description:
  5.    This is a script version of the now-ubiquitous CTCP PING command.  It is
  6.    necessary when dealing with other clients that are particularly old, or
  7.    that do not otherwise support CTCP PING (but do support other CTCP
  8.    commands).  It works by sending the ping message in a CTCP ERRMSG, which
  9.    most clients will reply to.  It otherwise works just like PING, except
  10.    the command is /oping.
  11.  
  12. See Also:
  13.    ctcp(1); load(5); ping(1)
  14.  
  15. Other Notes:
  16.    This script has been contributed to by numerous people.  Credit for the
  17.    original idea goes to Robey Pointer (Robey), robey@netcom.com, with some
  18.    inspiration from Klaus Zeuge (sojge), sojge@minsk.docs.uu.se, and
  19.    Nicolas Pioch (Nap), pioch@poly.polytecnique.fr.  Some credit also goes
  20.    to Peter Hellmonds (snoopy), hellmond@phoenix.princeton.edu.  Ian
  21.    Frechette (Daemon), frechett@spot.colorado.edu, made the necessary
  22.    modifications for it to run under ircII 2.2pre6.  Further modifications
  23.    have been made by Jeremy Nelson (hop), jnelson@acronet.net, for EPIC.
  24.  
  25.